home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / towardsForeign.dxr / Internal_76.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  138 b   |  10 lines

  1. on enterFrame
  2.   set the visible of sprite 5 to 0
  3.   updateStage()
  4. end
  5.  
  6. on exitFrame
  7.   set the visible of sprite 5 to 1
  8.   updateStage()
  9. end
  10.